Remove vestigial ::event support
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Jan 2019 20:36:55 +0000 (15:36 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 Jan 2019 20:36:55 +0000 (15:36 -0500)
The signal is gone, no need to keep the vfunc around.

gtk/gtkwidget.c
gtk/gtkwidget.h

index be1f058555d33cfd8c3030c96fed33cc3f91795e..05aa11b69250a1ca53ddf061c3188057804482c2 100644 (file)
@@ -481,7 +481,6 @@ enum {
   FOCUS,
   MOVE_FOCUS,
   KEYNAV_FAILED,
-  EVENT,
   DRAG_BEGIN,
   DRAG_END,
   DRAG_DATA_DELETE,
index 5d6236ea8a51d24ef99f5a693abc8da6700c461c..a9aba23eb75ce39daf2f8a94e5610187dfa4893a 100644 (file)
@@ -188,8 +188,6 @@ struct _GtkWidget
  * @focus:
  * @move_focus: Signal emitted when a change of focus is requested
  * @keynav_failed: Signal emitted if keyboard navigation fails.
- * @event: The GTK+ main loop will emit this signal for each GDK
- *   event delivered to a widget.
  * @drag_begin: Signal emitted on the drag source when a drag is
  *   started.
  * @drag_end: Signal emitted on the drag source when a drag is